Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bogus error message for the path used to reference sub packages. #1974

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

s-ludwig
Copy link
Member

Sub packages should ("must") always be referenced through the path of their base package instead of their own path (in case it differs). However, the dependency resolution code assume the opposite. Both way are now accepted, but referencing the sub package path directly results in a warning.

Sub packages should ("must") always be referenced through the path of their base package instead of their own path (in case it differs). However, the dependency resolution code assume the opposite. Both way are now accepted, but referencing the sub package path directly results in a warning.
@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @s-ludwig!

@s-ludwig
Copy link
Member Author

s-ludwig commented Jul 3, 2020

@wilzbach: Do you have an idea why the SemaphoreCI status is not being reported anymore? I'd probably switch back to making TravisCI the required test, since I couldn't see what's wrong.

@wilzbach wilzbach merged commit 0bf4dda into master Jul 6, 2020
@wilzbach wilzbach deleted the fix_package_path_error branch July 6, 2020 13:13
@wilzbach
Copy link
Member

wilzbach commented Jul 6, 2020

@wilzbach: Do you have an idea why the SemaphoreCI status is not being reported anymore? I'd probably switch back to making TravisCI the required test, since I couldn't see what's wrong.

I don't know what went wrong. Maybe they retired their 1.0 offering (and switched fully to 2.0).
Anyhow, I removed it as required check, s.t. this can be merged.

s-ludwig added a commit that referenced this pull request Sep 7, 2020
s-ludwig added a commit that referenced this pull request Sep 10, 2020
dlang-bot pushed a commit that referenced this pull request Sep 10, 2020
wilzbach pushed a commit that referenced this pull request Sep 18, 2020
* Fix bogus warning for non-path based dependencies.

Introduced by #1974.

* update version to v1.23.0-rc.1

Co-authored-by: Sönke Ludwig <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants